Xbasic

INET::SSLSocket StartSSLSession Method

Syntax

Result_Flag as L = StartSSLSession(INET::Socket OpenSocket)

Arguments

Result_Flag

TRUE (.T.) if the operation was successful; otherwise FALSE (.F.).

Socket

An INET::Socket object created with INET::Socket::Accept().

Description

The INET::Socket OpenSocket method begins an SSL session with a socket that is already opened. If successful the socket remains secure until closed. If unsuccessful both sockets will be closed. After this call you should no long reference OpenSocket.

See Also